FRTС project
Notes
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
fdf
Function
15 statements
Source File
1_approximation.f90
approximation
fdf
Contents
public function fdf(x, c, n, df) result(p)
вычисление значения полинома и его производной
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
x
real(kind=wp),
intent(in)
::
c
(n)
integer,
intent(in)
::
n
real(kind=wp),
intent(out)
::
df
Return Value
real(kind=wp)